home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip: 2005 Utilities
/
CHIP Utilities 2005.7z
/
CHIP Utilities 2005.iso
/
Bazy
/
Archiwum
/
mdac_typxpl.exe
/
1033
/
RCDATA
/
CABINET
/
adcvbs.inc
< prev
next >
Wrap
Text File
|
1999-05-27
|
589b
|
27 lines
<%
'--------------------------------------------------------------------
' Microsoft ADC
'
' (c) 1997 Microsoft Corporation. All Rights Reserved.
'
'
'
' ADO constants include file for VBScript
'
'--------------------------------------------------------------------
'---- enum Values ----
Const adcExecSync = 1
Const adcExecAsync = 2
'---- enum Values ----
Const adcFetchUpFront = 1
Const adcFetchBackground = 2
Const adcFetchAsync = 3
'---- enum Values ----
Const adcReadyStateLoaded = 2
Const adcReadyStateInteractive = 3
Const adcReadyStateComplete = 4
%>